home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Libraries
/
C Headers
/
gcc 1.3.7 BSD #includes
/
machine
/
machine⁄proc.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-06-15
|
142 b
|
10 lines
|
[
TEXT/KAHL
]
/* dummy file */
#ifndef _MACHINE_PROC_H_
#define _MACHINE_PROC_H_
struct mdproc { int nothing; };
struct vmspace { int nothing; };
#endif